home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
07
/
5
/
DISK0750.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-04-18
|
590b
|
27 lines
echo off
if (%1)==() goto whoops
cls
echo Now installing Label Master on Drive %1... sit back and relax
md %1:\lm4
copy lmaster.exe %1:\lm4
cls
%1:
cd\lm4
lmaster
echo.
echo The subdirectory \LM4 now contains Label Master and documentation
echo files.
echo.
echo For instructions on how to use Label Master, select Services at
echo the Main Menu, then Option M -Print Users Manual.
echo.
echo Installation complete. Ready to start Label Master.
echo.
pause
cls
lm4
goto quit
:whoops
echo You forgot to type a drive letter, please try again...
:quit